Persistence
Bridge supports three OLE persistence medium
Storage, Streams, PropertyBag
JavaBeans persisted through normal persistence APIs: serialization or externalization
For storages and streams, OleInputStream and OleOutputStream are used
For PropertyBag, the Beans are persisted to a string saved as an unique property

Return to Tracks